home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / BALLMSTR / _SETUP.1 / BallM.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  1998-05-31  |  1KB  |  55 lines

  1. object Form3: TForm3
  2.   Left = 406
  3.   Top = 255
  4.   HelpContext = 45
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save setup scheme'
  7.   ClientHeight = 78
  8.   ClientWidth = 148
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 8
  22.     Width = 136
  23.     Height = 13
  24.     Caption = 'Save this setup scheme as...'
  25.   end
  26.   object Button1: TButton
  27.     Left = 32
  28.     Top = 54
  29.     Width = 53
  30.     Height = 21
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36.   object Button2: TButton
  37.     Left = 88
  38.     Top = 54
  39.     Width = 53
  40.     Height = 21
  41.     Cancel = True
  42.     Caption = 'Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 2
  45.   end
  46.   object ComboBox1: TComboBox
  47.     Left = 4
  48.     Top = 28
  49.     Width = 137
  50.     Height = 21
  51.     ItemHeight = 13
  52.     TabOrder = 0
  53.   end
  54. end
  55.